From: Juanma Barranquero Date: Sun, 11 Feb 2007 02:28:57 +0000 (+0000) Subject: (change-major-mode-with-file-name): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2290 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f664b5ed85c4791f9140b85d8d06fccf562a7faf;p=emacs.git (change-major-mode-with-file-name): Fix typo in docstring. --- diff --git a/lisp/files.el b/lisp/files.el index 36f9e0353fb..6d5b101d3c1 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2829,7 +2829,7 @@ It is dangerous if either of these conditions are met: However, the mode will not be changed if \(1) a local variables list or the `-*-' line specifies a major mode, or \(2) the current major mode is a \"special\" mode, -\ not suitable for ordinary files, or +\ not suitable for ordinary files, or \(3) the new file name does not particularly specify any mode." :type 'boolean :group 'editing-basics)